body {
	line-height: 100%;
	background-color: #451010;
}
#page {
	line-height: 100%;
	width: 800px;
	margin-left: auto;
	background-color: #451010;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

#header {
	width: 800px;
}
#header #logo h1 img {
	padding-left: 30px;
}

#header #mail {
	font-size: 12px;
	line-height: 100%;
	text-align: right;
	padding-right: 30px;
}
#header #mail a {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
}
#header #mail a:hover {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	text-decoration: underline;
}
#header ul {
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	color: #FFF;
	width: 800px;
	margin-top: 10px;
}

#header ul li {
	display: inline;
	color: #FFF;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
}
#header ul li a {
	font-size: 11px;
	line-height: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#header ul li a:hover {
	font-size: 11px;
	line-height: 100%;
	color: #FFF;
	text-decoration: underline;
}
#main {
	height: auto;
	background-color: #FFF;
	border: 3px double #333;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../../../image/archve%20kako%20img.jpg);
	background-repeat: repeat-y;
}
#main p {
	padding-right: 50px;
	padding-left: 50px;
	font-size: 13px;
	line-height: 16px;
}



#footer {
	font-size: 12px;
	line-height: 100%;
	color: #FFF;
	text-align: right;
	padding-right: 35px;
}
